Slight switch byte op speedup
authorMattias Engdegård <mattiase@acm.org>
Mon, 19 Feb 2024 13:42:55 +0000 (14:42 +0100)
committerMattias Engdegård <mattiase@acm.org>
Mon, 19 Feb 2024 14:57:49 +0000 (15:57 +0100)
commit23793600778c4efe5615b646f2d3895624c23ef0
treed5f86cde5fe6a632a041081f59a0f9b7e13e6711
parent188fe6bffa69e08b60a7d65709998bd803b7ada5
Slight switch byte op speedup

* src/bytecode.c (exec_byte_code): Hoist symbols_with_pos_enabled check
from fast loop, and eliminate the initial index check.
src/bytecode.c